C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / OnPropertyChanged Method
Name of the property.

In This Topic
OnPropertyChanged Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
Raises the PropertyChanged event.
Syntax
'Declaration
 
Protected Sub OnPropertyChanged( _
   Optional ByVal propertyName As String _
) 
 

Parameters

propertyName
Name of the property.
See Also